Xbasic

SQL::ImportStatementExecute Method

Syntax

L Execute([SQLConnection as SQL::Connection | SQLConnectionString as C] [, Arguments as SQL::Arguments | Arguments as C])

Arguments

SQLConnection

SQL::Connection | SQLConnectionString

Arguments

SQL::Arguments | Arguments

Description

Execute the current statement using the current or passed connection.

Discussion

Optionally providing argument values as an object or as XML. Note: Argument values are merged with those already set on the query.